Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gravatar 2.0: Fix gravatar, remove twitter and identica #878

Merged
merged 11 commits into from
Mar 5, 2025
Merged

Conversation

onli
Copy link
Member

@onli onli commented Mar 1, 2025

A thorough update of the gravatar plugin.

Some avatar options were broken. This PR fixes the gravatar option by moving from md5 hashes to the now required sha256. It removes the other two that broke, identica and twitter. In both cases the used APIs do not exist anymore (though for identica it's possible that there are alternatives, if someone wants to maintain that integration again - I just saw no clear solution, but might have missed something).

With sha256 used for gravatar, I also changed all other plugin hashes to use sha256.

The wavatar generator had a slightly newer version, which gets used now. This fixes a PHP 8 compatibility issue. There were some additional PHP 8 fixes throughout the plugin, and that PHP version is now set as required.

Documentation and translations were outdated. This PR fixes the links that explain the various avatar options - apart from favatars, there is nothing online, so this became just text. It also removes the remaining references to MyBlogLog missed in 26c462a, and the now removed services.

@onli onli requested a review from garvinhicking March 1, 2025 22:04
Wavatars being originally a wordpress plugin is under GPL, which means the gravatar plugin has to be as well.
@onli onli merged commit 9859f6b into master Mar 5, 2025
5 checks passed
@onli onli deleted the fix/gravatar branch March 5, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant